SelectRow(UInt32[]) Method
Selects the specified rows in the table (by index).

C# Syntax

void SelectRow( 
   params uint[] rowIndices
)

Parameters

rowIndices
indices of the rows to select (1-based).